@charset "utf-8";
@font-face {
    font-family: din;
    src: url("./../font/DIN-Bold.otf");
}

@font-face {
    font-family: ibm;
    src: url("./../font/IBMPlexSans-Medium.otf");
}

@keyframes back-and-forth {
    0% {
        padding-left: 16px;
    }
    25% {
        padding-left: 10px;
    }
    50% {
        padding-left: 16px;
    }
    75% {
        padding-left: 10px;
    }
    100% {
        padding-left: 16px;
    }
}

@-webkit-keyframes back-and-forth /* Safari 与 Chrome */
{
    0% {
        padding-left: 16px;
    }
    25% {
        padding-left: 10px;
    }
    50% {
        padding-left: 16px;
    }
    75% {
        padding-left: 10px;
    }
    100% {
        padding-left: 16px;
    }
}

/*公共*/
body {
    --Colors: #971a1e;
    --Nav: #bb2227;
    --But: #bb2227;
    --Bac: #f0f0f4;
    --swiper-theme-color: var(--Colors);
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, body, span {
    padding: 0;
    margin: 0;
    font-size: 16px;
    word-wrap: break-word
}

ul, li {
    list-style: none;
}

img {
    border: 0 none;
    transition: all .6s;
}

.row {
    --bs-gutter-y: 30px;
}

.img-list, .contact-img, .contact-map, .about-us-img {
    overflow: hidden;
}

.img-list img {
    width: 100%;
}

.item:hover img {
    transform: scale(1.1);
}

.home-but {
    color: #fff;
    width: 165px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 20px;
    line-height: 16px;
    background-color: var(--Colors);
}

.home-but i {
    padding-left: 16px;
}

.home-but:hover {
    color: #fff;
}

.home-but:hover i {
    animation: back-and-forth 5s;
    -webkit-animation: back-and-forth 5s;
}

a {
    text-decoration: none !important;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-family: "微软雅黑", serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

a:hover {
    color: var(--Colors);
}

/*手机电脑切换*/
.dc-mo {
    display: none;
}

@media (max-width: 991px) {
    .dc-mo {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
    .pro-list .col-lg-4 {
        width: 25%;
    }
}

@media (max-width: 576px) {
    .row {
        width: 100%;
        margin-left: 0;
    }
}

/*导航栏*/
header {
  /*  height: 210px;*/
    width: 100%;
}

.header-top {
    height: 50px;
    color: #B2B2B2;
    line-height: 50px;
    background-color: var(--Bac);
}

.header-top-lang {
    display: flex;
    width: 380px;
    justify-content: space-between;
}

.header-top-lang .top-lang-item:first-child span {
    font-family: ibm, serif;
}

.top-lang-item {
    width: 120px;
}

.top-lang-item a {
    color: #B2B2B2;
}

.lang-img {
    padding-right: 8px;
    display: inline-block;
}


header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seo-h1 {
    display: none;
}

.top-logo {
    width: 480px;
    line-height: 100px;
}

.top-logo img {
    width: 100%;
}


.top-tel {
    width: 220px;
    height: 46px;
    display: flex;
    justify-content: space-between;
}

.top-tel .top-tel-icon {
	width: 46px;
    height: 46px;
    background-color: var(--Colors);
    border-radius: 50%;
    text-align: center;
}

.top-tel-icon i {
	
    line-height: 46px;
    font-size: 26px;
    color: var(--Bac);
}

.top-tel-number {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-tel-number p {
    color: #808080;
    line-height: 1;
}

.top-tel-number h2 {
    font-size: 24px;
    line-height: 1;
    font-family: din, serif;
    color: #222;
    font-weight: bold;
}

.nav {
    height: 60px;
    text-transform: uppercase;
    background-color: var(--Colors);
}

.nav-ul {
    display: flex;
    justify-content: space-between;
}

.nav-ul li {
    line-height: 60px;
}

.nav-ul a {
    padding: 0 30px;
    color: #fff;
}


.nav-ul .nav-active {
    background-color: var(--Nav);
}

.nav-ul li:hover {
    background-color: var(--Nav);
}

@media (max-width: 1200px) {
    .nav-ul a {
        padding: 0 20px;
    }
}


@media (max-width: 999px) {
    header {
      height: 150px;
    }
    .header-top-ad {
        display: none;
    }

    .header-top .container {
        justify-content: space-evenly;
    }

    .nav ,.top-tel{
        display: none;
    }
}

@media (max-width: 767px) {
    header {
        height: 110px;
    }
    .top-logo {
        width: 300px;
        line-height: 60px;
    }
}

@media (max-width: 599px) {
     header {
        height: 70px;
    }
    .top-contact {
        display: none;
    }
}

/*手机导航*/
#navToggle {
    position: relative;
    width: 30px;
    height: 20px;
    display: none;
    float: right;
}

#navToggle .line {
    background: var(--Colors);
    border-radius: 1px;
    display: block;
    height: 2px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    transform-origin: center center;
    width: 100%;
    position: absolute;
}

#navToggle .line1 {
    top: 0;
}

#navToggle .line2 {
    top: 50%;
    margin-top: -1px;
}

#navToggle .line3 {
    top: auto;
    bottom: 0;
}

#navToggle.active .line {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
}

#navToggle.active .line1 {
    transform: rotate(45deg);
}

#navToggle.active .line2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

#navToggle.active .line3 {
    transform: rotate(-45deg);
}

.mobileMenu {
    display: none;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    overflow-y: auto;
    z-index: 400;
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
}

.mobileMenu ul {
    background: #fff;
}

.mobileMenu ul li {
    transform: translate3d(0, 10px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.mobileMenu.h-show ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.menu-item {
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
    padding-left: 40px;
    padding-right: 20px;
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    transition: all .5s;
}

.menu-item i {
    font-size: 30px;
    display: block;
    margin-top: 4px;
    font-style: normal;
}

.menu-item > svg {
    font-size: 30px;
}

.menu-item > a {
    font-size: 30px;
    color: #333;
    padding-left: 30px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.menu-item:hover i, .menu-item:hover a {
    color: var(--Colors);
}

.menu li.on .menu-item i {
    color: var(--Colors);
}

.menu_dl {
    display: none;
    padding-left: 98px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.menu_dl dd a {
    font-size: 24px;
    color: #333;
    line-height: 54px;
}

.menu_dl dd img {
    margin-bottom: 10px;
}

.menu_dl dd a:hover {
    color: var(--Colors);
}

.ovh-f {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}

.menu_li .menu-item span {
    font-size: 30px;
    position: absolute;
    right: 40px;
    /* transform: rotate(-90deg); */
    transition: all 0.4s;
}

.menu_li.on .menu-item span {
    transform: rotate(90deg);
    color: var(--Colors);
}

.mobile-nav-active {
    color: var(--Colors);
}

.mobile-nav-active a {
    color: var(--Colors);
}

@media (max-width: 999px) {
    #navToggle {
        display: block;
    }
}

@media (max-width: 767px) {
    .mobileMenu {
        top: 110px;
    }
    .menu-item {
        padding-left: 20px;
        height: 70px;
    }

    .menu-item i {
        font-size: 24px;
        margin-top: 4px;
    }

    .menu-item a {
        font-size: 24px;
        padding-left: 15px;
    }

    .menu-item svg {
        font-size: 24px;
    }

    .menu_li .menu-item span {
        right: 20px;
        font-size: 24px;
    }

    #navToggle {
        margin-right: 15px;
    }

    .menu_dl {
        padding-left: 68px;
    }

    .menu_dl dd a {
        font-size: 18px;
        line-height: 36px;
    }
}

@media (max-width: 599px) {
    .menu-item i {
        font-size: 18px;
        margin-top: 2px;
    }

    .mobileMenu {
        height: calc(100% - 90px);
    }

    .menu-item a {
        font-size: 18px;
    }

    .menu-item svg {
        font-size: 18px;
    }

    .menu_dl {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu_dl dd a {
        font-size: 16px;
        line-height: 32px;
    }

    .menu_li .menu-item span {
        font-size: 20px;
    }
}

/*横幅*/
#home-banner {
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}


/*首页产品中心*/
.home-product-type {
    height: 220px;
    border-bottom: 1px solid var(--Bac);
}

.home-product-type li {
    padding-top: 60px;
    border-bottom: 2px solid #ffffff00;
}

.home-product-type li a{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
    border-left: 1px solid var(--Bac);
    border-right: 1px solid var(--Bac);
}

.home-type-owl .owl-item:first-child a{
    border-left: 2px solid var(--Bac);
}

.home-type-owl .owl-item:last-child a{
    border-right: 2px solid var(--Bac);
}


.home-product-type li p{
    font-size: 18px;
}

.home-product-type li:hover {
    border-bottom: 2px solid var(--Colors);
}

.home-product-type li:hover p {
    color: var(--Colors);
    font-weight: bold;
}


.home-product-type li img {
    -webkit-filter: contrast(0) brightness(0);
    filter: contrast(0) brightness(0);
}


.home-product-type li:hover img {
    -webkit-filter: contrast(1);
    filter: contrast(1);
}

.owl-nav {
    height: 0;
}

.home-type-but {
    top: 50%;
    line-height: 38px;
    position: absolute;
    border-radius: 50%;
    padding: 0 11px;
    display: inline-block;
    transform: translateY(-50%);
    background-color: var(--Bac);
}

.home-type-but:hover {
    color: #fff;
    background-color: var(--Colors);
}

.type-recommend-prev {
    left: -80px;
}

.type-recommend-next {
    right: -80px;
}

.disabled .home-type-but ,.disabled .home-type-but:hover{
    color: #999;
    opacity: 0.4;
    background-color: var(--Bac);
}
@media (max-width: 1560px) {
    .home-type-but {
        display: none;
    }
}

@media (max-width: 1400px) {
    .home-type-but {
        display: inline-block;
    }

    .type-recommend-prev {
        left: -40px;
    }

    .type-recommend-next {
        right: -40px;
    }
}

@media (max-width: 991px) {
    .home-type-but {
        display: none;
    }
}

@media (max-width: 599px) {
    .home-type-but {
        display: none;
    }
    .home-product-type li {
    padding-top: 20px;
    }
    .home-product-type li a {
    margin-bottom: 20px;
    }
    .home-product-type {
    height: 130px;
    }
}

.home-product-recommend-list {
    padding: 60px 0 100px;
}

.product-item .img-list {
    position: relative;
    border: 1px solid var(--Bac);
}

.product-list-info {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #00000080;
}

.product-list-info h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.product-list-info div {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.product-list-info .product-but {
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.product-item + .product-item {
    margin-top: 30px;
}

.product-item:hover .product-list-info{
    display: block;
}



/*首页关于我们*/
#home-about {
    background-color: var(--Bac);
    padding: 110px 0;
    position: relative;
}

#home-about .container {
    display: flex;
}

.home-about-main ,.home-about-img{
    width: 50%;
}

.home-about-main a{
    margin-top: 55px;
}


.home-about-img div {
    height: 100%;
    width: 50vw;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.home-about-img img {
    height: 100%;
}

.home-about-main h2 {
    color: #222;
    display: inline-block;
    font-size: 36px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--Colors);
}

.home-about-main p {
    line-height: 30px;
    padding-right: 60px;
}

.home-about-main p + p {
    padding-top: 30px;
}



@media (max-width: 991px) {
    #home-about .container {
        flex-direction: column;
    }
    .home-about-main ,.home-about-img {
        width: 100%;
    }

    .home-about-main p {
        padding-right: 0;
    }

    .home-about-img div {
        position: unset;
        width: 100%;
        margin-top: 20px;
    }

    .home-about-img img {
        width: 100%;
        height: auto;
    }
}

/*新闻中心*/
#home-news {
    padding: 100px 0;
}

.home-title {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
}

.home-title h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

#home-news .row > li {
    padding: 0 22px
}

.new-img {
    margin-bottom: 16px;
}

.new-info {
    display: flex;
    height: 59px;
    line-height: 59px;
    justify-content: space-between;
    border-bottom: 1px dashed;
}

.new-info h3 {
    width: calc(100% - 95px);
    line-height: 59px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-item:hover ,.new-item:hover h3{
    font-weight: bold;
}

@media (max-width: 767px) {
    #home-news .row > li {
        margin-top: 0;
    }
    #home-news .row > li:first-child {
        margin-top: 30px;
    }
}


/*其他*/

.home-other {
    margin: 0;
}

#home-other .row > li {
    padding: 0;
    margin-top: 0;
    position: relative;
}

.home-other-info {
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #ffffff00;
}

.home-other-info div {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 100px;

}

.home-other-info h3 {
    font-size: 30px;
    padding-bottom: 14px;
}

.home-other-info p {
    font-size: 18px;
    text-transform: uppercase;
}

.home-other li:hover .home-other-info{
    background-color: var(--Colors);
}

.home-other li:hover .home-other-info div {
    top: 50%;
    bottom: auto;
    font-weight: bold;
    transform: translateY(-50%);
}

.home-other li:hover h3 {
    font-weight: bold;
}


/*底部*/

footer {
    padding: 60px 0;
    background-color: #222;
}

footer a, footer p {
    color: #b2b2b2;
}

footer dd, footer li p {
  line-height: 38px;
}

footer a:hover, .footer-contact p:hover {
    color: #fff;
}

.footer-list {
    display: flex;
    justify-content: space-between;
}

.footer-code p {
    padding-top: 20px;
    text-align: center;
}

.footer-links {
    padding-top: 38px;
    line-height: 75px;
    border-bottom: 1px solid #616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: space-between;
}


@media (max-width: 1200px) {
    .footer-list li{
        display: none;
    }
    .footer-list .footer-contact ,.footer-list .footer-code{
        display: list-item;
    }
    .footer-links {
        padding-top: 0;
    }
}


@media (max-width: 769px) {
    .footer-list .footer-code {
        display: none;
    }
}


/*内页统一样式*/
/*内页横幅*/
.inner-banner img {
    width: 100%;
}

.inner-breadcrumb {
    display: none;
    height: 70px;
    line-height: 70px;
    background-color: #f9f9fc;
    box-shadow: 0 1px 1px -1px #5E5E5E;
}

.inner-breadcrumb .container {
    display: flex;
    justify-content: space-between;
}


.inner-breadcrumb {
    line-height: 70px;
}


@media (max-width: 991px) {
    .inner-breadcrumb {
        display: none;
    }
}


/*分页*/
.page {
    padding-top: 36px;
    text-align: center;
}

.page span {
    margin-right: 10px;
}

.page span:last-child {
    margin-right: 0;
}

.page span a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 24px;
    border: 1px solid #c9c9c9;

}

.page span a:hover, .page span .page-on {
    color: #ffffff;
    background-color: var(--Colors);
    border: 1px solid var(--Colors);
}

/*内页最低高度*/
.inner-content {
    padding: 60px 0;
    min-height: calc(100vh - 705px);
}
/*页面布局*/
.inner-content-left {
    width: 270px;
}

.inner-content-right{
    width: 1080px;
}

.inner-content .container {
    display: flex;
    justify-content: space-between;
}


@media (min-width: 1400px) {
    .inner-content .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width: 1400px) {
    .inner-content-right {
        width: calc(100% - 320px);
    }
}

@media (max-width: 991px) {
    .inner-content .container {
        flex-direction: column;
    }
    .inner-content-left {
        width: 100%;
        padding-bottom: 60px;
    }
    .inner-content-right {
        width: 100%;
    }
}

/*左侧菜单*/
.inner-menu-name {
    text-align: center;
    position: relative;
    background-color: var(--Colors);
}

.inner-menu-name h2 {
    font-size: 30px;
    color: #fff;
    line-height: 107px;
    font-weight: bold;
}

.inner-menu-name span {
    left: 50%;
    width: 100%;
    bottom: 22px;
    font-size: 40px;
    line-height: 0.9;
    color: #FFFFFF07;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.inner-menu ul ,.inner-left-contact-info{
    border: 1px solid #d9d9d9;
    border-top: 1px solid #f0f0f4;
    background-color: #f0f0f4;
}

.inner-menu li a{
    width: 100%;
    color: #444;
    line-height: 56px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.inner-menu li.on ,.inner-menu li:hover{
    border-top: 1px solid #d9d9d9;
    background-color: var(--Colors);
}

.inner-menu li.on a ,.inner-menu li:hover a{
    color: #fff;
}

.inner-menu li a:after {
    font-family: "iconfont", serif !important;
    content: "\ee88";
    position: absolute;
    line-height: 56px;
    top: 0;
    right: 30px;
}

.inner-menu li.on a:after {
    color: #fff;
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}


.inner-menu li + li {
    border-top: 1px solid #d9d9d9;
}

.inner-left-contact {
    padding-top: 50px;
}

.inner-left-contact-info {
    padding: 28px;
    color: #444;
}

.inner-left-contact-info p + p {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .inner-menu-name h2 {
        line-height: 70px;
    }

    .inner-menu-column {
        display: none;
    }

    .on .inner-menu-column {
        display: block;
    }

    .inner-menu-name h2:after {
        font-family: "iconfont", serif !important;
        content: "\e60b";
        position: absolute;
        line-height: 70px;
        top: 0;
        right: 30px;
    }

    .on .inner-menu-name h2:after {
        content: "\e6a7";
        font-weight: 50;
    }

    .inner-left-contact {
        display: none;
    }
}


/*关于我们*/

.about-main p{
    padding-top: 40px;
    color: #444;
    line-height: 2;
    text-indent: 2em;
}

/*合作案例*/

.projects-list li .product-list-info{
    height: 54px;
    padding: 15px 22px;
    text-align: center;
}

/*新闻中心*/
.inner-content .no-menu {
    display: block;
}

.inner-news-list .new-item + .new-item {
    padding-top: 30px;
}


/*联系我们*/


.contact-us {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
}

.contact-us:hover {
    color: #fff;
    background-color: var(--Colors);
}

.contact-info {
    width: 550px;
    text-align: center;
    padding: 40px 0 30px;
}

.contact-info h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--Colors);
    padding-bottom: 40px;
}

.contact-us:hover h2 {
    color: #fff;
}


.contact-info div {
    display: inline-block;
    text-align: left;
}

.contact-info p {
    line-height: 32px;
}

.contact-img img, .contact-map img {
    max-width: 100%;
}

.contact-img:hover img {
    transform: scale(1.1);
}

.contact-map {
    padding-top: 50px;
}

.contact-map:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .contact-us {
        flex-direction: column;
        background-color: #fff;
    }

    .contact-us:hover {
        background-color: #fff;
    }


    .contact-us:hover .contact-info {
        color: #fff;
        background-color: var(--Colors);
    }


    .contact-info {
        width: 100%;
        background-color: #eee;
        margin-bottom: 30px;
    }

    .contact-img img {
        width: 100%;
    }

    .contact-map {
        padding-top: 30px;
    }
}

/*详情页*/
.inner-title {
    text-align: right;
}

.inner-title h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bolder;
    text-align: center;
}

.inner-title span {
    line-height: 50px;
    padding-right: 50px;
}

.inner-title span::before {
    content: '';
    width: 16px;
    height: 16px;
    padding-right: 26px;
}

.inner-main {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.main .inner-main {
    border-bottom: 0;
}

.inner-main img {
    max-width: 100%;
}

.inner-main p {
    line-height: 30px;
}

.bottom-navigation {
    padding-top: 30px;
}

.bottom-navigation p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-navigation p + p {
    padding-top: 15px;
}

@media (max-width: 761px) {
    .inner-title {
        padding: 0 20px;
    }

    .bottom-navigation {
        padding: 30px 20px 0;
    }

    .inner-main {
        padding: 0 20px 30px;
    }
}

.online-main-ad {
    text-align: center;
}

.online-main-ad h4, .online-main-info h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.online-main-ad p {
    line-height: 30px;
}

.online-main-form {
    padding-top: 24px;
}

.online-main-form-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.online-main-form-input label {
    width: calc(50% - 20px);
    margin-top: 20px;
}

.online-main-form-input input {
    height: 44px;
}

.online-main-textarea {
    width: 100%;
    padding-top: 20px;
}

.online-main-form-but {
    text-align: center;
    padding-top: 28px;
}

.online-main-form-but a {
    display: inline-block;
    height: 44px;
    width: 160px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border: 1px solid var(--But);
    background-color: var(--But);
}

@media (max-width: 776px) {
    .online-main-form-input {
        flex-direction: column;
    }

    .online-main-form-input label {
        width: 100%;
        margin-top: 20px;
    }
}

#inside_nav{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.inside_nav{
	height: 49px;
}
.inside_nav ul li{
	float: left;
}
.inside_nav ul li a{
	display: block;
	width: 150px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	border-right: 1px solid #e5e5e5;
}
.inside_nav ul li:first-child a{
	border-left: 1px solid #e5e5e5;
}
.inside_nav ul li a:hover{
	background: #009944;
	color: #FFFFFF;
}
.inside_nav ul li.active a{
	background: #009944;
	color: #FFFFFF;
}
.inside_nav_right{
	float: right;
}
.inside_nav_right>a{
	display: inline-block;
	line-height: 49px;
}
.inside_nav_right>a:first-child{
	background: url(../images/sy.png) no-repeat left;
	padding-left: 24px;
}
.w1400 {
  margin-right: 10px;
    
    }